google.golang.org/grpc.serverOptions.maxConcurrentStreams (field)

5 uses

	google.golang.org/grpc (current package)
		server.go#L165: 	maxConcurrentStreams  uint32
		server.go#L186: 	maxConcurrentStreams:  math.MaxUint32,
		server.go#L453: 		o.maxConcurrentStreams = n
		server.go#L998: 		MaxStreams:            s.opts.maxConcurrentStreams,
		server.go#L1054: 	streamQuota := newHandlerQuota(s.opts.maxConcurrentStreams)